Re: [GENERAL] 8 K Limit??

Поиск
Список
Период
Сортировка
От Ari Halberstadt
Тема Re: [GENERAL] 8 K Limit??
Дата
Msg-id v04003a08b3820cf5ae44@[192.168.1.2]
обсуждение исходный текст
Ответ на 8 K Limit??  (Sean R Melody <srm765@merle.acns.nwu.edu>)
Список pgsql-general
Sean R Melody <srm765@merle.acns.nwu.edu> wrote:
>Our student government here at Northwestern is putting our legislation
>archives online with Postgresql.  The only problem we encountered was
>that there seems to be an 8 K table limit in Postgresql.  I was
>wondering if there is a way around it or if version 6.5 will no longer
>have this limitation.
>Thanks,
>Sean
>

No painless way. You can split long fields into separate rows with a
sequence number column so you can join the rows back together. You could
also store large data in files instead of in the database, with a pointer
to the file in a column.

-- Ari Halberstadt mailto:ari@shore.net <http://www.magiccookie.com/>
PGP public key available at <http://www.magiccookie.com/pgpkey.txt>



В списке pgsql-general по дате отправления:

Предыдущее
От: Charles Hornberger
Дата:
Сообщение: Re: [GENERAL] Parser error
Следующее
От: selkovjr@mcs.anl.gov
Дата:
Сообщение: Re: [GENERAL] Geometric, getting x and y co-ordinates GOING MAD!!!!!